home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / MISCEOUS / DISKZINE.LZH / STORIES.BAT < prev    next >
DOS Batch File  |  1988-07-31  |  630b  |  29 lines

  1. echo off
  2. rem Stories.bat
  3. :begin
  4. cls
  5. echo                    Alternate Dimensions of Reality
  6. echo                            issue one
  7. echo .
  8. echo                          Stories menu
  9. echo .
  10. echo           F1 - Star Trek stories
  11. echo .
  12. echo           F2 - Star Wars stories
  13. echo .
  14. echo           F3 - Other and crosses
  15. funky/ldl/             Make your selection or ESC to return to Main Menu
  16. if not errorlevel 1 goto esc
  17. if not errorlevel 59 goto begin
  18. if errorlevel 62 goto begin
  19. if errorlevel 61 goto f3_typed
  20. if errorlevel 60 goto f2_typed
  21. ststory
  22. :f2_typed
  23. swstory
  24. :f3_typed
  25. other
  26. :esc
  27. mainmenu
  28.  
  29.